Color Hex Logo

#c23ced Color Hex

#C23CED
(194,60,237)
0 Favorites   0 Comments

Color spaces of #c23ced

RGB 19460237
HSL0.790.830.58
HSV285°75°93°
CMYK 0.180.750.00   0.07
XYZ39.150120.815582.0751
Yxy20.81550.27560.1465
Hunter Lab45.624073.3294-74.7227
CIE-Lab52.747075.6984-63.4885

#c23ced color RGB value is (194,60,237).

#c23ced hex color red value is 194, green value is 60 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c23ced hue: 0.79 , saturation: 0.83 and the lightness value of c23ced is 0.58.

The process color (four color CMYK) of #c23ced color hex is 0.18, 0.75, 0.00, 0.07. Web safe color of #c23ced is #cc33ff. Color #c23ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111100 11101101
Octal 302 74 355
Decimal 194 60 237
Hex C2 3C ED

RGB Percentages of Color #c23ced

%39.51
%12.22
%48.27

CMYK Percentages of Color #c23ced

%18
%75
%0
%7

Triadic Colors of #c23ced

#c23ced #edc23c #3cedc2

Analogous Colors of #c23ced

#c23ced #ed3cc0 #6a3ced

Monochromatic Colors of #c23ced

#c23ced

Complementary Color

#c23ced #67ed3c

#c23ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23ced Color CSS Codes

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

#c23ced Text Font Color

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

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


#c23ced Background Color

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

This div background color is #c23ced


#c23ced Border Color

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

This div border color is #c23ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23ced


Comments

No comments written yet.

Please login to write comment.