color codes Logo

#c84bca color codes

#C84BCA
(200,75,202)
0 Favorites   0 Comments

Color spaces of #c84bca

RGB 20075202
HSL0.830.550.54
HSV299°63°79°
CMYK 0.010.630.00   0.21
XYZ36.996221.575858.0917
Yxy21.57580.31710.1849
Hunter Lab46.449860.8842-41.6353
CIE-Lab53.574065.1822-42.2562

#c84bca color RGB value is (200,75,202).

#c84bca hex color red value is 200, green value is 75 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c84bca hue: 0.83 , saturation: 0.55 and the lightness value of c84bca is 0.54.

The process color (four color CMYK) of #c84bca color code is 0.01, 0.63, 0.00, 0.21. Web safe color of #c84bca is #cc33cc. Color #c84bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001011 11001010
Octal 310 113 312
Decimal 200 75 202
Hex C8 4B CA

RGB Percentages of Color #c84bca

%41.93
%15.72
%42.35

CMYK Percentages of Color #c84bca

%1
%63
%0
%21

Triadic Colors of #c84bca

#c84bca #cac84b #4bcac8

Analogous Colors of #c84bca

#c84bca #ca4b8d #894bca

Monochromatic Colors of #c84bca

#c84bca

Complementary Color

#c84bca #4dca4b

#c84bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84bca Color CSS Codes

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

#c84bca Text Font Color

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

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


#c84bca Background Color

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

This div background color is #c84bca


#c84bca Border Color

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

This div border color is #c84bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84bca


Comments

No comments written yet.

Please login to write comment.