Color Hex Logo

#c801da Color Hex

#C801DA
(200,1,218)
0 Favorites   0 Comments

Color spaces of #c801da

RGB 2001218
HSL0.820.990.43
HSV295°100°85°
CMYK 0.081.000.00   0.15
XYZ36.485217.363067.7581
Yxy17.36300.30000.1428
Hunter Lab41.668983.3735-67.2436
CIE-Lab48.714284.4410-59.1750

#c801da color RGB value is (200,1,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000001 11011010
Octal 310 1 332
Decimal 200 1 218
Hex C8 1 DA

RGB Percentages of Color #c801da

%47.73
%0.24
%52.03

CMYK Percentages of Color #c801da

%8
%100
%0
%15

Triadic Colors of #c801da

#c801da #dac801 #01dac8

Analogous Colors of #c801da

#c801da #da0180 #5b01da

Monochromatic Colors of #c801da

#c801da

Complementary Color

#c801da #13da01

#c801da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c801da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c801da Color CSS Codes

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

#c801da Text Font Color

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

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


#c801da Background Color

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

This div background color is #c801da


#c801da Border Color

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

This div border color is #c801da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c801da


Comments

No comments written yet.

Please login to write comment.