Color Hex Logo

#c83bca Color Hex

#C83BCA
(200,59,202)
0 Favorites   0 Comments

Color spaces of #c83bca

RGB 20059202
HSL0.830.570.51
HSV299°71°79°
CMYK 0.010.710.00   0.21
XYZ36.044119.671657.7744
Yxy19.67160.31760.1733
Hunter Lab44.352767.4444-46.1851
CIE-Lab51.463971.1186-45.5985

#c83bca color RGB value is (200,59,202).

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

The process color (four color CMYK) of #c83bca color hex is 0.01, 0.71, 0.00, 0.21. Web safe color of #c83bca is #cc33cc. Color #c83bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111011 11001010
Octal 310 73 312
Decimal 200 59 202
Hex C8 3B CA

RGB Percentages of Color #c83bca

%43.38
%12.80
%43.82

CMYK Percentages of Color #c83bca

%1
%71
%0
%21

Triadic Colors of #c83bca

#c83bca #cac83b #3bcac8

Analogous Colors of #c83bca

#c83bca #ca3b85 #813bca

Monochromatic Colors of #c83bca

#c83bca

Complementary Color

#c83bca #3dca3b

#c83bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83bca Color CSS Codes

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

#c83bca Text Font Color

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

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


#c83bca Background Color

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

This div background color is #c83bca


#c83bca Border Color

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

This div border color is #c83bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83bca


Comments

No comments written yet.

Please login to write comment.