Color Hex Logo

#c65dc4 Color Hex

#C65DC4
(198,93,196)
0 Favorites   0 Comments

Color spaces of #c65dc4

RGB 19893196
HSL0.840.480.57
HSV301°53°78°
CMYK 0.000.530.01   0.22
XYZ37.166923.820054.8634
Yxy23.82000.32080.2056
Hunter Lab48.805750.5226-32.4849
CIE-Lab55.907155.6862-35.1713

#c65dc4 color RGB value is (198,93,196).

#c65dc4 hex color red value is 198, green value is 93 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #c65dc4 hue: 0.84 , saturation: 0.48 and the lightness value of c65dc4 is 0.57.

The process color (four color CMYK) of #c65dc4 color hex is 0.00, 0.53, 0.01, 0.22. Web safe color of #c65dc4 is #cc66cc. Color #c65dc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011101 11000100
Octal 306 135 304
Decimal 198 93 196
Hex C6 5D C4

RGB Percentages of Color #c65dc4

%40.66
%19.10
%40.25

CMYK Percentages of Color #c65dc4

%0
%53
%1
%22

Triadic Colors of #c65dc4

#c65dc4 #c4c65d #5dc4c6

Analogous Colors of #c65dc4

#c65dc4 #c65d90 #945dc6

Monochromatic Colors of #c65dc4

#c65dc4

Complementary Color

#c65dc4 #5dc65f

#c65dc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65dc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65dc4 Color CSS Codes

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

#c65dc4 Text Font Color

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

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


#c65dc4 Background Color

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

This div background color is #c65dc4


#c65dc4 Border Color

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

This div border color is #c65dc4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,93,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c65dc4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c65dc4;
  -webkit-box-shadow: 1px 1px 3px 2px #c65dc4;
  box-shadow:         1px 1px 3px 2px #c65dc4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,93,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65dc4


Comments

No comments written yet.

Please login to write comment.