Color Hex Logo

#c34ced Color Hex

#C34CED
(195,76,237)
0 Favorites   0 Comments

Color spaces of #c34ced

RGB 19576237
HSL0.790.820.61
HSV284°68°93°
CMYK 0.180.680.00   0.07
XYZ40.376222.885482.4100
Yxy22.88540.27720.1571
Hunter Lab47.838766.9376-68.6497
CIE-Lab54.954170.0288-59.9303

#c34ced color RGB value is (195,76,237).

#c34ced hex color red value is 195, green value is 76 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c34ced hue: 0.79 , saturation: 0.82 and the lightness value of c34ced is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001100 11101101
Octal 303 114 355
Decimal 195 76 237
Hex C3 4C ED

RGB Percentages of Color #c34ced

%38.39
%14.96
%46.65

CMYK Percentages of Color #c34ced

%18
%68
%0
%7

Triadic Colors of #c34ced

#c34ced #edc34c #4cedc3

Analogous Colors of #c34ced

#c34ced #ed4cc7 #734ced

Monochromatic Colors of #c34ced

#c34ced

Complementary Color

#c34ced #76ed4c

#c34ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34ced Color CSS Codes

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

#c34ced Text Font Color

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

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


#c34ced Background Color

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

This div background color is #c34ced


#c34ced Border Color

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

This div border color is #c34ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34ced


Comments

No comments written yet.

Please login to write comment.