Color Hex Logo

#c340de Color Hex

#C340DE
(195,64,222)
0 Favorites   0 Comments

Color spaces of #c340de

RGB 19564222
HSL0.800.710.56
HSV290°71°87°
CMYK 0.120.710.00   0.13
XYZ37.523920.542871.0947
Yxy20.54280.29050.1590
Hunter Lab45.324268.4630-61.2743
CIE-Lab52.445471.7742-55.4998

#c340de color RGB value is (195,64,222).

#c340de hex color red value is 195, green value is 64 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c340de hue: 0.80 , saturation: 0.71 and the lightness value of c340de is 0.56.

The process color (four color CMYK) of #c340de color hex is 0.12, 0.71, 0.00, 0.13. Web safe color of #c340de is #cc33cc. Color #c340de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000000 11011110
Octal 303 100 336
Decimal 195 64 222
Hex C3 40 DE

RGB Percentages of Color #c340de

%40.54
%13.31
%46.15

CMYK Percentages of Color #c340de

%12
%71
%0
%13

Triadic Colors of #c340de

#c340de #dec340 #40dec3

Analogous Colors of #c340de

#c340de #de40aa #7440de

Monochromatic Colors of #c340de

#c340de

Complementary Color

#c340de #5bde40

#c340de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c340de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c340de Color CSS Codes

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

#c340de Text Font Color

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

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


#c340de Background Color

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

This div background color is #c340de


#c340de Border Color

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

This div border color is #c340de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c340de


Comments

No comments written yet.

Please login to write comment.