Color Hex Logo

#c23fcc Color Hex

#C23FCC
(194,63,204)
0 Favorites   0 Comments

Color spaces of #c23fcc

RGB 19463204
HSL0.820.580.52
HSV296°69°80°
CMYK 0.050.690.00   0.20
XYZ34.924719.384059.0275
Yxy19.38400.30820.1710
Hunter Lab44.027364.5477-48.6712
CIE-Lab51.133568.7567-47.3304

#c23fcc color RGB value is (194,63,204).

#c23fcc hex color red value is 194, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c23fcc hue: 0.82 , saturation: 0.58 and the lightness value of c23fcc is 0.52.

The process color (four color CMYK) of #c23fcc color hex is 0.05, 0.69, 0.00, 0.20. Web safe color of #c23fcc is #cc33cc. Color #c23fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111111 11001100
Octal 302 77 314
Decimal 194 63 204
Hex C2 3F CC

RGB Percentages of Color #c23fcc

%42.08
%13.67
%44.25

CMYK Percentages of Color #c23fcc

%5
%69
%0
%20

Triadic Colors of #c23fcc

#c23fcc #ccc23f #3fccc2

Analogous Colors of #c23fcc

#c23fcc #cc3f90 #7c3fcc

Monochromatic Colors of #c23fcc

#c23fcc

Complementary Color

#c23fcc #49cc3f

#c23fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23fcc Color CSS Codes

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

#c23fcc Text Font Color

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

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


#c23fcc Background Color

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

This div background color is #c23fcc


#c23fcc Border Color

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

This div border color is #c23fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,63,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23fcc


Comments

No comments written yet.

Please login to write comment.