Color Hex Logo

#c340cb Color Hex

#C340CB
(195,64,203)
0 Favorites   0 Comments

Color spaces of #c340cb

RGB 19564203
HSL0.820.570.52
HSV297°68°80°
CMYK 0.040.680.00   0.20
XYZ35.118619.580758.4284
Yxy19.58070.31040.1731
Hunter Lab44.250164.2269-47.3122
CIE-Lab51.359868.4427-46.3866

#c340cb color RGB value is (195,64,203).

#c340cb hex color red value is 195, green value is 64 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c340cb hue: 0.82 , saturation: 0.57 and the lightness value of c340cb is 0.52.

The process color (four color CMYK) of #c340cb color hex is 0.04, 0.68, 0.00, 0.20. Web safe color of #c340cb is #cc33cc. Color #c340cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000000 11001011
Octal 303 100 313
Decimal 195 64 203
Hex C3 40 CB

RGB Percentages of Color #c340cb

%42.21
%13.85
%43.94

CMYK Percentages of Color #c340cb

%4
%68
%0
%20

Triadic Colors of #c340cb

#c340cb #cbc340 #40cbc3

Analogous Colors of #c340cb

#c340cb #cb408e #7e40cb

Monochromatic Colors of #c340cb

#c340cb

Complementary Color

#c340cb #48cb40

#c340cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c340cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c340cb Color CSS Codes

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

#c340cb Text Font Color

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

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


#c340cb Background Color

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

This div background color is #c340cb


#c340cb Border Color

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

This div border color is #c340cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c340cb


Comments

No comments written yet.

Please login to write comment.