Color Hex Logo

#c041ef Color Hex

#C041EF
(192,65,239)
0 Favorites   0 Comments

Color spaces of #c041ef

RGB 19265239
HSL0.790.840.60
HSV284°73°94°
CMYK 0.200.730.00   0.06
XYZ39.208521.219183.6905
Yxy21.21910.27210.1472
Hunter Lab46.064271.3217-75.4745
CIE-Lab53.188573.9804-63.9137

#c041ef color RGB value is (192,65,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000001 11101111
Octal 300 101 357
Decimal 192 65 239
Hex C0 41 EF

RGB Percentages of Color #c041ef

%38.71
%13.10
%48.19

CMYK Percentages of Color #c041ef

%20
%73
%0
%6

Triadic Colors of #c041ef

#c041ef #efc041 #41efc0

Analogous Colors of #c041ef

#c041ef #ef41c7 #6941ef

Monochromatic Colors of #c041ef

#c041ef

Complementary Color

#c041ef #70ef41

#c041ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c041ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c041ef Color CSS Codes

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

#c041ef Text Font Color

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

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


#c041ef Background Color

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

This div background color is #c041ef


#c041ef Border Color

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

This div border color is #c041ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c041ef


Comments

No comments written yet.

Please login to write comment.