Color Hex Logo

#a735cb Color Hex

#A735CB
(167,53,203)
0 Favorites   0 Comments

Color spaces of #a735cb

RGB 16753203
HSL0.790.590.50
HSV286°74°80°
CMYK 0.180.740.00   0.20
XYZ27.988915.073557.9342
Yxy15.07350.27710.1492
Hunter Lab38.824660.7387-61.2955
CIE-Lab45.734766.5508-55.6255

#a735cb color RGB value is (167,53,203).

#a735cb hex color red value is 167, green value is 53 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a735cb hue: 0.79 , saturation: 0.59 and the lightness value of a735cb is 0.50.

The process color (four color CMYK) of #a735cb color hex is 0.18, 0.74, 0.00, 0.20. Web safe color of #a735cb is #9933cc. Color #a735cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110101 11001011
Octal 247 65 313
Decimal 167 53 203
Hex A7 35 CB

RGB Percentages of Color #a735cb

%39.48
%12.53
%47.99

CMYK Percentages of Color #a735cb

%18
%74
%0
%20

Triadic Colors of #a735cb

#a735cb #cba735 #35cba7

Analogous Colors of #a735cb

#a735cb #cb35a4 #5c35cb

Monochromatic Colors of #a735cb

#a735cb

Complementary Color

#a735cb #59cb35

#a735cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a735cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a735cb Color CSS Codes

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

#a735cb Text Font Color

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

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


#a735cb Background Color

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

This div background color is #a735cb


#a735cb Border Color

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

This div border color is #a735cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,53,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a735cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a735cb;
  -webkit-box-shadow: 1px 1px 3px 2px #a735cb;
  box-shadow:         1px 1px 3px 2px #a735cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,53,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a735cb


Comments

No comments written yet.

Please login to write comment.