Color Hex Logo

#c803d7 Color Hex

#C803D7
(200,3,215)
0 Favorites   0 Comments

Color spaces of #c803d7

RGB 2003215
HSL0.820.970.43
HSV296°99°84°
CMYK 0.070.990.00   0.16
XYZ36.117717.250865.7161
Yxy17.25080.30330.1449
Hunter Lab41.534182.5375-64.7360
CIE-Lab48.574583.8189-57.6830

#c803d7 color RGB value is (200,3,215).

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

The process color (four color CMYK) of #c803d7 color hex is 0.07, 0.99, 0.00, 0.16. Web safe color of #c803d7 is #cc00cc. Color #c803d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000011 11010111
Octal 310 3 327
Decimal 200 3 215
Hex C8 3 D7

RGB Percentages of Color #c803d7

%47.85
%0.72
%51.44

CMYK Percentages of Color #c803d7

%7
%99
%0
%16

Triadic Colors of #c803d7

#c803d7 #d7c803 #03d7c8

Analogous Colors of #c803d7

#c803d7 #d7037c #5e03d7

Monochromatic Colors of #c803d7

#c803d7

Complementary Color

#c803d7 #12d703

#c803d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c803d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c803d7 Color CSS Codes

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

#c803d7 Text Font Color

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

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


#c803d7 Background Color

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

This div background color is #c803d7


#c803d7 Border Color

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

This div border color is #c803d7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,3,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c803d7


Comments

No comments written yet.

Please login to write comment.