Color Hex Logo

#c438cd Color Hex

#C438CD
(196,56,205)
0 Favorites   0 Comments

Color spaces of #c438cd

RGB 19656205
HSL0.820.600.51
HSV296°73°80°
CMYK 0.040.730.00   0.20
XYZ35.198618.971959.5644
Yxy18.97190.30950.1668
Hunter Lab43.556768.0232-50.5901
CIE-Lab50.654371.7558-48.6495

#c438cd color RGB value is (196,56,205).

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

The process color (four color CMYK) of #c438cd color hex is 0.04, 0.73, 0.00, 0.20. Web safe color of #c438cd is #cc33cc. Color #c438cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111000 11001101
Octal 304 70 315
Decimal 196 56 205
Hex C4 38 CD

RGB Percentages of Color #c438cd

%42.89
%12.25
%44.86

CMYK Percentages of Color #c438cd

%4
%73
%0
%20

Triadic Colors of #c438cd

#c438cd #cdc438 #38cdc4

Analogous Colors of #c438cd

#c438cd #cd388c #7a38cd

Monochromatic Colors of #c438cd

#c438cd

Complementary Color

#c438cd #41cd38

#c438cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c438cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c438cd Color CSS Codes

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

#c438cd Text Font Color

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

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


#c438cd Background Color

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

This div background color is #c438cd


#c438cd Border Color

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

This div border color is #c438cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c438cd


Comments

No comments written yet.

Please login to write comment.