Color Hex Logo

#c23fce Color Hex

#C23FCE
(194,63,206)
0 Favorites   0 Comments

Color spaces of #c23fce

RGB 19463206
HSL0.820.590.53
HSV295°69°81°
CMYK 0.060.690.00   0.19
XYZ35.166219.480660.2992
Yxy19.48060.30590.1695
Hunter Lab44.136864.9811-50.1055
CIE-Lab51.244869.1004-48.3013

#c23fce color RGB value is (194,63,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111111 11001110
Octal 302 77 316
Decimal 194 63 206
Hex C2 3F CE

RGB Percentages of Color #c23fce

%41.90
%13.61
%44.49

CMYK Percentages of Color #c23fce

%6
%69
%0
%19

Triadic Colors of #c23fce

#c23fce #cec23f #3fcec2

Analogous Colors of #c23fce

#c23fce #ce3f93 #7b3fce

Monochromatic Colors of #c23fce

#c23fce

Complementary Color

#c23fce #4bce3f

#c23fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23fce Color CSS Codes

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

#c23fce Text Font Color

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

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


#c23fce Background Color

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

This div background color is #c23fce


#c23fce Border Color

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

This div border color is #c23fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23fce


Comments

No comments written yet.

Please login to write comment.