Color Hex Logo

#c738cd Color Hex

#C738CD
(199,56,205)
0 Favorites   0 Comments

Color spaces of #c738cd

RGB 19956205
HSL0.830.600.51
HSV298°73°80°
CMYK 0.030.730.00   0.20
XYZ35.986819.378259.6013
Yxy19.37820.31300.1686
Hunter Lab44.020768.8871-49.4606
CIE-Lab51.126872.3797-47.8687

#c738cd color RGB value is (199,56,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111000 11001101
Octal 307 70 315
Decimal 199 56 205
Hex C7 38 CD

RGB Percentages of Color #c738cd

%43.26
%12.17
%44.57

CMYK Percentages of Color #c738cd

%3
%73
%0
%20

Triadic Colors of #c738cd

#c738cd #cdc738 #38cdc7

Analogous Colors of #c738cd

#c738cd #cd3889 #7d38cd

Monochromatic Colors of #c738cd

#c738cd

Complementary Color

#c738cd #3ecd38

#c738cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c738cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c738cd Color CSS Codes

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

#c738cd Text Font Color

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

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


#c738cd Background Color

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

This div background color is #c738cd


#c738cd Border Color

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

This div border color is #c738cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c738cd


Comments

No comments written yet.

Please login to write comment.