Color Hex Logo

#c34edf Color Hex

#C34EDF
(195,78,223)
0 Favorites   0 Comments

Color spaces of #c34edf

RGB 19578223
HSL0.800.690.59
HSV288°65°87°
CMYK 0.130.650.00   0.13
XYZ38.549322.378672.0998
Yxy22.37860.28980.1682
Hunter Lab47.306062.6727-57.2505
CIE-Lab54.426466.5466-52.8981

#c34edf color RGB value is (195,78,223).

#c34edf hex color red value is 195, green value is 78 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c34edf hue: 0.80 , saturation: 0.69 and the lightness value of c34edf is 0.59.

The process color (four color CMYK) of #c34edf color hex is 0.13, 0.65, 0.00, 0.13. Web safe color of #c34edf is #cc66cc. Color #c34edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001110 11011111
Octal 303 116 337
Decimal 195 78 223
Hex C3 4E DF

RGB Percentages of Color #c34edf

%39.31
%15.73
%44.96

CMYK Percentages of Color #c34edf

%13
%65
%0
%13

Triadic Colors of #c34edf

#c34edf #dfc34e #4edfc3

Analogous Colors of #c34edf

#c34edf #df4eb3 #7b4edf

Monochromatic Colors of #c34edf

#c34edf

Complementary Color

#c34edf #6adf4e

#c34edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34edf Color CSS Codes

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

#c34edf Text Font Color

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

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


#c34edf Background Color

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

This div background color is #c34edf


#c34edf Border Color

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

This div border color is #c34edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34edf


Comments

No comments written yet.

Please login to write comment.