Color Hex Logo

#c90bfe Color Hex

#C90BFE
(201,11,254)
0 Favorites   0 Comments

Color spaces of #c90bfe

RGB 20111254
HSL0.800.990.52
HSV287°96°100°
CMYK 0.210.960.00   0.00
XYZ42.096519.812695.3714
Yxy19.81260.26770.1260
Hunter Lab44.511390.9211-95.8787
CIE-Lab51.624789.6438-74.7649

#c90bfe color RGB value is (201,11,254).

#c90bfe hex color red value is 201, green value is 11 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c90bfe hue: 0.80 , saturation: 0.99 and the lightness value of c90bfe is 0.52.

The process color (four color CMYK) of #c90bfe color hex is 0.21, 0.96, 0.00, 0.00. Web safe color of #c90bfe is #cc00ff. Color #c90bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001011 11111110
Octal 311 13 376
Decimal 201 11 254
Hex C9 B FE

RGB Percentages of Color #c90bfe

%43.13
%2.36
%54.51

CMYK Percentages of Color #c90bfe

%21
%96
%0
%0

Triadic Colors of #c90bfe

#c90bfe #fec90b #0bfec9

Analogous Colors of #c90bfe

#c90bfe #fe0bba #500bfe

Monochromatic Colors of #c90bfe

#c90bfe

Complementary Color

#c90bfe #40fe0b

#c90bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90bfe Color CSS Codes

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

#c90bfe Text Font Color

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

This sample text font color is #c90bfe
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.


#c90bfe Background Color

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

This div background color is #c90bfe


#c90bfe Border Color

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

This div border color is #c90bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,11,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c90bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c90bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #c90bfe;
  box-shadow:         1px 1px 3px 2px #c90bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,11,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.