Color Hex Logo

#c90bda Color Hex

#C90BDA
(201,11,218)
0 Favorites   0 Comments

Color spaces of #c90bda

RGB 20111218
HSL0.820.900.45
HSV295°95°85°
CMYK 0.080.950.00   0.15
XYZ36.862017.718867.8069
Yxy17.71880.30120.1448
Hunter Lab42.093782.6508-66.0421
CIE-Lab49.153383.7951-58.4590

#c90bda color RGB value is (201,11,218).

#c90bda hex color red value is 201, green value is 11 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c90bda hue: 0.82 , saturation: 0.90 and the lightness value of c90bda is 0.45.

The process color (four color CMYK) of #c90bda color hex is 0.08, 0.95, 0.00, 0.15. Web safe color of #c90bda is #cc00cc. Color #c90bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001011 11011010
Octal 311 13 332
Decimal 201 11 218
Hex C9 B DA

RGB Percentages of Color #c90bda

%46.74
%2.56
%50.70

CMYK Percentages of Color #c90bda

%8
%95
%0
%15

Triadic Colors of #c90bda

#c90bda #dac90b #0bdac9

Analogous Colors of #c90bda

#c90bda #da0b84 #610bda

Monochromatic Colors of #c90bda

#c90bda

Complementary Color

#c90bda #1cda0b

#c90bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90bda Color CSS Codes

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

#c90bda Text Font Color

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

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


#c90bda Background Color

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

This div background color is #c90bda


#c90bda Border Color

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

This div border color is #c90bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90bda


Comments

No comments written yet.

Please login to write comment.