Color Hex Logo

#c250fb Color Hex

#C250FB
(194,80,251)
0 Favorites   0 Comments

Color spaces of #c250fb

RGB 19480251
HSL0.780.960.65
HSV280°68°98°
CMYK 0.230.680.00   0.02
XYZ42.529424.171793.6908
Yxy24.17170.26520.1507
Hunter Lab49.164768.3712-78.5707
CIE-Lab56.259370.9690-65.6435

#c250fb color RGB value is (194,80,251).

#c250fb hex color red value is 194, green value is 80 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c250fb hue: 0.78 , saturation: 0.96 and the lightness value of c250fb is 0.65.

The process color (four color CMYK) of #c250fb color hex is 0.23, 0.68, 0.00, 0.02. Web safe color of #c250fb is #cc66ff. Color #c250fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010000 11111011
Octal 302 120 373
Decimal 194 80 251
Hex C2 50 FB

RGB Percentages of Color #c250fb

%36.95
%15.24
%47.81

CMYK Percentages of Color #c250fb

%23
%68
%0
%2

Triadic Colors of #c250fb

#c250fb #fbc250 #50fbc2

Analogous Colors of #c250fb

#c250fb #fb50df #6d50fb

Monochromatic Colors of #c250fb

#c250fb

Complementary Color

#c250fb #89fb50

#c250fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c250fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c250fb Color CSS Codes

.mybgcolor {background-color:#c250fb; } 
.myforecolor {color:#c250fb; }
.mybordercolor {border:3px solid #c250fb; }

#c250fb Text Font Color

<p style="color:#c250fb">Text here</p>

This sample text font color is #c250fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c250fb Background Color

<div style="background-color:#c250fb">
Div content here</div>

This div background color is #c250fb


#c250fb Border Color

<div style="border:3px solid #c250fb">
Div here</div>

This div border color is #c250fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,80,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c250fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c250fb;
  -webkit-box-shadow: 1px 1px 3px 2px #c250fb;
  box-shadow:         1px 1px 3px 2px #c250fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,80,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c250fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c250fb;
  -webkit-box-shadow: 1px 1px 3px 2px #c250fb;
  box-shadow:         1px 1px 3px 2px #c250fb;">
Div content here</div>

This div box has shadow with color #c250fb

Related Colors


Comments

No comments written yet.

Please login to write comment.