Color Hex Logo

#c310cb Color Hex

#C310CB
(195,16,203)
0 Favorites   0 Comments

Color spaces of #c310cb

RGB 19516203
HSL0.830.850.43
HSV297°92°80°
CMYK 0.040.920.00   0.20
XYZ33.470516.284557.8790
Yxy16.28450.31100.1513
Hunter Lab40.354177.4320-56.7906
CIE-Lab47.345680.0427-52.7967

#c310cb color RGB value is (195,16,203).

#c310cb hex color red value is 195, green value is 16 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c310cb hue: 0.83 , saturation: 0.85 and the lightness value of c310cb is 0.43.

The process color (four color CMYK) of #c310cb color hex is 0.04, 0.92, 0.00, 0.20. Web safe color of #c310cb is #cc00cc. Color #c310cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010000 11001011
Octal 303 20 313
Decimal 195 16 203
Hex C3 10 CB

RGB Percentages of Color #c310cb

%47.10
%3.86
%49.03

CMYK Percentages of Color #c310cb

%4
%92
%0
%20

Triadic Colors of #c310cb

#c310cb #cbc310 #10cbc3

Analogous Colors of #c310cb

#c310cb #cb1076 #6610cb

Monochromatic Colors of #c310cb

#c310cb

Complementary Color

#c310cb #18cb10

#c310cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c310cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c310cb Color CSS Codes

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

#c310cb Text Font Color

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

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


#c310cb Background Color

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

This div background color is #c310cb


#c310cb Border Color

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

This div border color is #c310cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c310cb


Comments

No comments written yet.

Please login to write comment.