Color Hex Logo

#c55dc4 Color Hex

#C55DC4
(197,93,196)
0 Favorites   0 Comments

Color spaces of #c55dc4

RGB 19793196
HSL0.830.470.57
HSV301°53°77°
CMYK 0.000.530.01   0.23
XYZ36.904123.684554.8511
Yxy23.68450.31970.2052
Hunter Lab48.666750.1902-32.7576
CIE-Lab55.770555.4112-35.3949

#c55dc4 color RGB value is (197,93,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011101 11000100
Octal 305 135 304
Decimal 197 93 196
Hex C5 5D C4

RGB Percentages of Color #c55dc4

%40.53
%19.14
%40.33

CMYK Percentages of Color #c55dc4

%0
%53
%1
%23

Triadic Colors of #c55dc4

#c55dc4 #c4c55d #5dc4c5

Analogous Colors of #c55dc4

#c55dc4 #c55d90 #925dc5

Monochromatic Colors of #c55dc4

#c55dc4

Complementary Color

#c55dc4 #5dc55e

#c55dc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55dc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55dc4 Color CSS Codes

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

#c55dc4 Text Font Color

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

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


#c55dc4 Background Color

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

This div background color is #c55dc4


#c55dc4 Border Color

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

This div border color is #c55dc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55dc4


Comments

No comments written yet.

Please login to write comment.