Color Hex Logo

#c438cf Color Hex

#C438CF
(196,56,207)
0 Favorites   0 Comments

Color spaces of #c438cf

RGB 19656207
HSL0.820.610.52
HSV296°73°81°
CMYK 0.050.730.00   0.19
XYZ35.441619.069160.8442
Yxy19.06910.30720.1653
Hunter Lab43.668268.4533-52.0428
CIE-Lab50.768072.0904-49.6168

#c438cf color RGB value is (196,56,207).

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

The process color (four color CMYK) of #c438cf color hex is 0.05, 0.73, 0.00, 0.19. Web safe color of #c438cf is #cc33cc. Color #c438cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111000 11001111
Octal 304 70 317
Decimal 196 56 207
Hex C4 38 CF

RGB Percentages of Color #c438cf

%42.70
%12.20
%45.10

CMYK Percentages of Color #c438cf

%5
%73
%0
%19

Triadic Colors of #c438cf

#c438cf #cfc438 #38cfc4

Analogous Colors of #c438cf

#c438cf #cf388f #7938cf

Monochromatic Colors of #c438cf

#c438cf

Complementary Color

#c438cf #43cf38

#c438cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c438cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c438cf Color CSS Codes

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

#c438cf Text Font Color

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

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


#c438cf Background Color

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

This div background color is #c438cf


#c438cf Border Color

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

This div border color is #c438cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c438cf


Comments

No comments written yet.

Please login to write comment.