Color Hex Logo

#c230ce Color Hex

#C230CE
(194,48,206)
0 Favorites   0 Comments

Color spaces of #c230ce

RGB 19448206
HSL0.820.620.50
HSV295°77°81°
CMYK 0.060.770.00   0.19
XYZ34.445718.039560.0590
Yxy18.03950.30610.1603
Hunter Lab42.472970.4365-54.1082
CIE-Lab49.544073.9631-51.0153

#c230ce color RGB value is (194,48,206).

#c230ce hex color red value is 194, green value is 48 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c230ce hue: 0.82 , saturation: 0.62 and the lightness value of c230ce is 0.50.

The process color (four color CMYK) of #c230ce color hex is 0.06, 0.77, 0.00, 0.19. Web safe color of #c230ce is #cc33cc. Color #c230ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110000 11001110
Octal 302 60 316
Decimal 194 48 206
Hex C2 30 CE

RGB Percentages of Color #c230ce

%43.30
%10.71
%45.98

CMYK Percentages of Color #c230ce

%6
%77
%0
%19

Triadic Colors of #c230ce

#c230ce #cec230 #30cec2

Analogous Colors of #c230ce

#c230ce #ce308b #7330ce

Monochromatic Colors of #c230ce

#c230ce

Complementary Color

#c230ce #3cce30

#c230ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c230ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c230ce Color CSS Codes

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

#c230ce Text Font Color

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

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


#c230ce Background Color

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

This div background color is #c230ce


#c230ce Border Color

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

This div border color is #c230ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c230ce


Comments

No comments written yet.

Please login to write comment.