Color Hex Logo

#c364cd Color Hex

#C364CD
(195,100,205)
0 Favorites   0 Comments

Color spaces of #c364cd

RGB 195100205
HSL0.820.510.60
HSV294°51°80°
CMYK 0.050.510.00   0.20
XYZ38.082325.124260.5999
Yxy25.12420.30760.2029
Hunter Lab50.124047.9003-36.5947
CIE-Lab57.196253.1071-38.3127

#c364cd color RGB value is (195,100,205).

#c364cd hex color red value is 195, green value is 100 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c364cd hue: 0.82 , saturation: 0.51 and the lightness value of c364cd is 0.60.

The process color (four color CMYK) of #c364cd color hex is 0.05, 0.51, 0.00, 0.20. Web safe color of #c364cd is #cc66cc. Color #c364cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100100 11001101
Octal 303 144 315
Decimal 195 100 205
Hex C3 64 CD

RGB Percentages of Color #c364cd

%39.00
%20.00
%41.00

CMYK Percentages of Color #c364cd

%5
%51
%0
%20

Triadic Colors of #c364cd

#c364cd #cdc364 #64cdc3

Analogous Colors of #c364cd

#c364cd #cd64a3 #8f64cd

Monochromatic Colors of #c364cd

#c364cd

Complementary Color

#c364cd #6ecd64

#c364cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c364cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c364cd Color CSS Codes

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

#c364cd Text Font Color

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

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


#c364cd Background Color

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

This div background color is #c364cd


#c364cd Border Color

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

This div border color is #c364cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c364cd


Comments

No comments written yet.

Please login to write comment.