Color Hex Logo

#c83cdd Color Hex

#C83CDD
(200,60,221)
0 Favorites   0 Comments

Color spaces of #c83cdd

RGB 20060221
HSL0.810.700.55
HSV292°73°87°
CMYK 0.100.730.00   0.13
XYZ38.486420.731570.3797
Yxy20.73150.29700.1600
Hunter Lab45.531971.1987-59.7737
CIE-Lab52.654473.9833-54.5559

#c83cdd color RGB value is (200,60,221).

#c83cdd hex color red value is 200, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c83cdd hue: 0.81 , saturation: 0.70 and the lightness value of c83cdd is 0.55.

The process color (four color CMYK) of #c83cdd color hex is 0.10, 0.73, 0.00, 0.13. Web safe color of #c83cdd is #cc33cc. Color #c83cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111100 11011101
Octal 310 74 335
Decimal 200 60 221
Hex C8 3C DD

RGB Percentages of Color #c83cdd

%41.58
%12.47
%45.95

CMYK Percentages of Color #c83cdd

%10
%73
%0
%13

Triadic Colors of #c83cdd

#c83cdd #ddc83c #3cddc8

Analogous Colors of #c83cdd

#c83cdd #dd3ca2 #783cdd

Monochromatic Colors of #c83cdd

#c83cdd

Complementary Color

#c83cdd #51dd3c

#c83cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83cdd Color CSS Codes

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

#c83cdd Text Font Color

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

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


#c83cdd Background Color

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

This div background color is #c83cdd


#c83cdd Border Color

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

This div border color is #c83cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83cdd


Comments

No comments written yet.

Please login to write comment.