Color Hex Logo

#c738bd Color Hex

#C738BD
(199,56,189)
0 Favorites   0 Comments

Color spaces of #c738bd

RGB 19956189
HSL0.840.560.50
HSV304°72°78°
CMYK 0.000.720.05   0.22
XYZ34.152718.644649.9428
Yxy18.64460.33240.1815
Hunter Lab43.179465.6205-38.3513
CIE-Lab50.268869.8253-39.9849

#c738bd color RGB value is (199,56,189).

#c738bd hex color red value is 199, green value is 56 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c738bd hue: 0.84 , saturation: 0.56 and the lightness value of c738bd is 0.50.

The process color (four color CMYK) of #c738bd color hex is 0.00, 0.72, 0.05, 0.22. Web safe color of #c738bd is #cc33cc. Color #c738bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111000 10111101
Octal 307 70 275
Decimal 199 56 189
Hex C7 38 BD

RGB Percentages of Color #c738bd

%44.82
%12.61
%42.57

CMYK Percentages of Color #c738bd

%0
%72
%5
%22

Triadic Colors of #c738bd

#c738bd #bdc738 #38bdc7

Analogous Colors of #c738bd

#c738bd #c73876 #8a38c7

Monochromatic Colors of #c738bd

#c738bd

Complementary Color

#c738bd #38c742

#c738bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c738bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c738bd Color CSS Codes

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

#c738bd Text Font Color

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

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


#c738bd Background Color

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

This div background color is #c738bd


#c738bd Border Color

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

This div border color is #c738bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c738bd


Comments

No comments written yet.

Please login to write comment.