Color Hex Logo

#c311ee Color Hex

#C311EE
(195,17,238)
0 Favorites   0 Comments

Color spaces of #c311ee

RGB 19517238
HSL0.800.870.50
HSV288°93°93°
CMYK 0.180.930.00   0.07
XYZ38.138718.176082.3871
Yxy18.17600.27500.1310
Hunter Lab42.633385.0733-84.7321
CIE-Lab49.708985.5621-68.9569

#c311ee color RGB value is (195,17,238).

#c311ee hex color red value is 195, green value is 17 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c311ee hue: 0.80 , saturation: 0.87 and the lightness value of c311ee is 0.50.

The process color (four color CMYK) of #c311ee color hex is 0.18, 0.93, 0.00, 0.07. Web safe color of #c311ee is #cc00ff. Color #c311ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010001 11101110
Octal 303 21 356
Decimal 195 17 238
Hex C3 11 EE

RGB Percentages of Color #c311ee

%43.33
%3.78
%52.89

CMYK Percentages of Color #c311ee

%18
%93
%0
%7

Triadic Colors of #c311ee

#c311ee #eec311 #11eec3

Analogous Colors of #c311ee

#c311ee #ee11ab #5511ee

Monochromatic Colors of #c311ee

#c311ee

Complementary Color

#c311ee #3cee11

#c311ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c311ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c311ee Color CSS Codes

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

#c311ee Text Font Color

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

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


#c311ee Background Color

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

This div background color is #c311ee


#c311ee Border Color

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

This div border color is #c311ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c311ee


Comments

No comments written yet.

Please login to write comment.