Color Hex Logo

#c23bce Color Hex

#C23BCE
(194,59,206)
0 Favorites   0 Comments

Color spaces of #c23bce

RGB 19459206
HSL0.820.600.52
HSV295°71°81°
CMYK 0.060.710.00   0.19
XYZ34.952719.053560.2280
Yxy19.05350.30600.1668
Hunter Lab43.650366.5446-51.2522
CIE-Lab50.749770.5064-49.0902

#c23bce color RGB value is (194,59,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111011 11001110
Octal 302 73 316
Decimal 194 59 206
Hex C2 3B CE

RGB Percentages of Color #c23bce

%42.27
%12.85
%44.88

CMYK Percentages of Color #c23bce

%6
%71
%0
%19

Triadic Colors of #c23bce

#c23bce #cec23b #3bcec2

Analogous Colors of #c23bce

#c23bce #ce3b91 #793bce

Monochromatic Colors of #c23bce

#c23bce

Complementary Color

#c23bce #47ce3b

#c23bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23bce Color CSS Codes

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

#c23bce Text Font Color

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

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


#c23bce Background Color

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

This div background color is #c23bce


#c23bce Border Color

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

This div border color is #c23bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23bce


Comments

No comments written yet.

Please login to write comment.