Color Hex Logo

#c312cb Color Hex

#C312CB
(195,18,203)
0 Favorites   0 Comments

Color spaces of #c312cb

RGB 19518203
HSL0.830.840.43
HSV297°91°80°
CMYK 0.040.910.00   0.20
XYZ33.501516.346557.8894
Yxy16.34650.31100.1517
Hunter Lab40.430877.1536-56.5907
CIE-Lab47.425879.8056-52.6680

#c312cb color RGB value is (195,18,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010010 11001011
Octal 303 22 313
Decimal 195 18 203
Hex C3 12 CB

RGB Percentages of Color #c312cb

%46.88
%4.33
%48.80

CMYK Percentages of Color #c312cb

%4
%91
%0
%20

Triadic Colors of #c312cb

#c312cb #cbc312 #12cbc3

Analogous Colors of #c312cb

#c312cb #cb1277 #6712cb

Monochromatic Colors of #c312cb

#c312cb

Complementary Color

#c312cb #1acb12

#c312cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c312cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c312cb Color CSS Codes

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

#c312cb Text Font Color

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

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


#c312cb Background Color

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

This div background color is #c312cb


#c312cb Border Color

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

This div border color is #c312cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c312cb


Comments

No comments written yet.

Please login to write comment.