Color Hex Logo

#c034ef Color Hex

#C034EF
(192,52,239)
0 Favorites   0 Comments

Color spaces of #c034ef

RGB 19252239
HSL0.790.850.57
HSV285°78°94°
CMYK 0.200.780.00   0.06
XYZ38.546219.894483.4698
Yxy19.89440.27160.1402
Hunter Lab44.603176.2049-79.7324
CIE-Lab51.717678.2126-66.2885

#c034ef color RGB value is (192,52,239).

#c034ef hex color red value is 192, green value is 52 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c034ef hue: 0.79 , saturation: 0.85 and the lightness value of c034ef is 0.57.

The process color (four color CMYK) of #c034ef color hex is 0.20, 0.78, 0.00, 0.06. Web safe color of #c034ef is #cc33ff. Color #c034ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110100 11101111
Octal 300 64 357
Decimal 192 52 239
Hex C0 34 EF

RGB Percentages of Color #c034ef

%39.75
%10.77
%49.48

CMYK Percentages of Color #c034ef

%20
%78
%0
%6

Triadic Colors of #c034ef

#c034ef #efc034 #34efc0

Analogous Colors of #c034ef

#c034ef #ef34c1 #6234ef

Monochromatic Colors of #c034ef

#c034ef

Complementary Color

#c034ef #63ef34

#c034ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c034ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c034ef Color CSS Codes

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

#c034ef Text Font Color

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

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


#c034ef Background Color

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

This div background color is #c034ef


#c034ef Border Color

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

This div border color is #c034ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,52,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c034ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c034ef;
  -webkit-box-shadow: 1px 1px 3px 2px #c034ef;
  box-shadow:         1px 1px 3px 2px #c034ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,52,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c034ef


Comments

No comments written yet.

Please login to write comment.