Color Hex Logo

#c311be Color Hex

#C311BE
(195,17,190)
0 Favorites   0 Comments

Color spaces of #c311be

RGB 19517190
HSL0.840.840.42
HSV302°91°76°
CMYK 0.000.910.03   0.24
XYZ32.000415.720750.0630
Yxy15.72070.32730.1608
Hunter Lab39.649374.6784-47.1076
CIE-Lab46.605977.9839-46.4238

#c311be color RGB value is (195,17,190).

#c311be hex color red value is 195, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c311be hue: 0.84 , saturation: 0.84 and the lightness value of c311be is 0.42.

The process color (four color CMYK) of #c311be color hex is 0.00, 0.91, 0.03, 0.24. Web safe color of #c311be is #cc00cc. Color #c311be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010001 10111110
Octal 303 21 276
Decimal 195 17 190
Hex C3 11 BE

RGB Percentages of Color #c311be

%48.51
%4.23
%47.26

CMYK Percentages of Color #c311be

%0
%91
%3
%24

Triadic Colors of #c311be

#c311be #bec311 #11bec3

Analogous Colors of #c311be

#c311be #c31165 #6f11c3

Monochromatic Colors of #c311be

#c311be

Complementary Color

#c311be #11c316

#c311be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c311be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c311be Color CSS Codes

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

#c311be Text Font Color

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

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


#c311be Background Color

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

This div background color is #c311be


#c311be Border Color

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

This div border color is #c311be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c311be


Comments

No comments written yet.

Please login to write comment.