Color Hex Logo

#c900da Color Hex

#C900DA
(201,0,218)
0 Favorites   0 Comments

Color spaces of #c900da

RGB 2010218
HSL0.821.000.43
HSV295°100°85°
CMYK 0.081.000.00   0.15
XYZ36.742317.479567.7670
Yxy17.47950.30120.1433
Hunter Lab41.808583.7052-66.8367
CIE-Lab48.858684.6700-58.9335

#c900da color RGB value is (201,0,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 11011010
Octal 311 0 332
Decimal 201 0 218
Hex C9 0 DA

RGB Percentages of Color #c900da

%47.97
%0.00
%52.03

CMYK Percentages of Color #c900da

%8
%100
%0
%15

Triadic Colors of #c900da

#c900da #dac900 #00dac9

Analogous Colors of #c900da

#c900da #da007e #5c00da

Monochromatic Colors of #c900da

#c900da

Complementary Color

#c900da #11da00

#c900da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c900da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c900da Color CSS Codes

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

#c900da Text Font Color

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

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


#c900da Background Color

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

This div background color is #c900da


#c900da Border Color

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

This div border color is #c900da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,0,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 #c900da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c900da


Comments

No comments written yet.

Please login to write comment.