color codes Logo

#c738ba color codes

#C738BA
(199,56,186)
0 Favorites   0 Comments

Color spaces of #c738ba

RGB 19956186
HSL0.850.560.50
HSV305°72°78°
CMYK 0.000.720.07   0.22
XYZ33.830318.515648.2452
Yxy18.51560.33630.1841
Hunter Lab43.029865.0359-36.3554
CIE-Lab50.115669.3636-38.4812

#c738ba color RGB value is (199,56,186).

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

The process color (four color CMYK) of #c738ba color code is 0.00, 0.72, 0.07, 0.22. Web safe color of #c738ba is #cc33cc. Color #c738ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111000 10111010
Octal 307 70 272
Decimal 199 56 186
Hex C7 38 BA

RGB Percentages of Color #c738ba

%45.12
%12.70
%42.18

CMYK Percentages of Color #c738ba

%0
%72
%7
%22

Triadic Colors of #c738ba

#c738ba #bac738 #38bac7

Analogous Colors of #c738ba

#c738ba #c73873 #8d38c7

Monochromatic Colors of #c738ba

#c738ba

Complementary Color

#c738ba #38c745

#c738ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c738ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c738ba Color CSS Codes

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

#c738ba Text Font Color

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

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


#c738ba Background Color

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

This div background color is #c738ba


#c738ba Border Color

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

This div border color is #c738ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c738ba


Comments

No comments written yet.

Please login to write comment.