Color Hex Logo

#c83ece Color Hex

#C83ECE
(200,62,206)
0 Favorites   0 Comments

Color spaces of #c83ece

RGB 20062206
HSL0.830.600.53
HSV298°70°81°
CMYK 0.030.700.00   0.19
XYZ36.682620.180860.3544
Yxy20.18080.31290.1722
Hunter Lab44.923067.1416-48.2104
CIE-Lab52.041070.7554-46.9786

#c83ece color RGB value is (200,62,206).

#c83ece hex color red value is 200, green value is 62 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c83ece hue: 0.83 , saturation: 0.60 and the lightness value of c83ece is 0.53.

The process color (four color CMYK) of #c83ece color hex is 0.03, 0.70, 0.00, 0.19. Web safe color of #c83ece is #cc33cc. Color #c83ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111110 11001110
Octal 310 76 316
Decimal 200 62 206
Hex C8 3E CE

RGB Percentages of Color #c83ece

%42.74
%13.25
%44.02

CMYK Percentages of Color #c83ece

%3
%70
%0
%19

Triadic Colors of #c83ece

#c83ece #cec83e #3ecec8

Analogous Colors of #c83ece

#c83ece #ce3e8c #803ece

Monochromatic Colors of #c83ece

#c83ece

Complementary Color

#c83ece #44ce3e

#c83ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83ece Color CSS Codes

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

#c83ece Text Font Color

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

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


#c83ece Background Color

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

This div background color is #c83ece


#c83ece Border Color

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

This div border color is #c83ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83ece


Comments

No comments written yet.

Please login to write comment.