Color Hex Logo

#c34dee Color Hex

#C34DEE
(195,77,238)
0 Favorites   0 Comments

Color spaces of #c34dee

RGB 19577238
HSL0.790.830.62
HSV284°68°93°
CMYK 0.180.680.00   0.07
XYZ40.592223.082983.2049
Yxy23.08290.27640.1572
Hunter Lab48.044766.7337-69.0486
CIE-Lab55.157669.8206-60.1636

#c34dee color RGB value is (195,77,238).

#c34dee hex color red value is 195, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c34dee hue: 0.79 , saturation: 0.83 and the lightness value of c34dee is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001101 11101110
Octal 303 115 356
Decimal 195 77 238
Hex C3 4D EE

RGB Percentages of Color #c34dee

%38.24
%15.10
%46.67

CMYK Percentages of Color #c34dee

%18
%68
%0
%7

Triadic Colors of #c34dee

#c34dee #eec34d #4deec3

Analogous Colors of #c34dee

#c34dee #ee4dc9 #734dee

Monochromatic Colors of #c34dee

#c34dee

Complementary Color

#c34dee #78ee4d

#c34dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34dee Color CSS Codes

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

#c34dee Text Font Color

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

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


#c34dee Background Color

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

This div background color is #c34dee


#c34dee Border Color

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

This div border color is #c34dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,77,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34dee


Comments

No comments written yet.

Please login to write comment.