Color Hex Logo

#c364dd Color Hex

#C364DD
(195,100,221)
0 Favorites   0 Comments

Color spaces of #c364dd

RGB 195100221
HSL0.800.640.63
HSV287°55°87°
CMYK 0.120.550.00   0.13
XYZ40.114025.936971.2987
Yxy25.93690.29210.1888
Hunter Lab50.928351.4722-47.3552
CIE-Lab57.977156.1832-46.1282

#c364dd color RGB value is (195,100,221).

#c364dd hex color red value is 195, green value is 100 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c364dd hue: 0.80 , saturation: 0.64 and the lightness value of c364dd is 0.63.

The process color (four color CMYK) of #c364dd color hex is 0.12, 0.55, 0.00, 0.13. Web safe color of #c364dd is #cc66cc. Color #c364dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100100 11011101
Octal 303 144 335
Decimal 195 100 221
Hex C3 64 DD

RGB Percentages of Color #c364dd

%37.79
%19.38
%42.83

CMYK Percentages of Color #c364dd

%12
%55
%0
%13

Triadic Colors of #c364dd

#c364dd #ddc364 #64ddc3

Analogous Colors of #c364dd

#c364dd #dd64bb #8764dd

Monochromatic Colors of #c364dd

#c364dd

Complementary Color

#c364dd #7edd64

#c364dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c364dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c364dd Color CSS Codes

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

#c364dd Text Font Color

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

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


#c364dd Background Color

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

This div background color is #c364dd


#c364dd Border Color

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

This div border color is #c364dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c364dd


Comments

No comments written yet.

Please login to write comment.