Color Hex Logo

#b235ca Color Hex

#B235CA
(178,53,202)
0 Favorites   0 Comments

Color spaces of #b235ca

RGB 17853202
HSL0.810.580.50
HSV290°74°79°
CMYK 0.120.740.00   0.21
XYZ30.293916.275557.4219
Yxy16.27550.29130.1565
Hunter Lab40.342963.4374-56.1501
CIE-Lab47.333968.5497-52.3892

#b235ca color RGB value is (178,53,202).

#b235ca hex color red value is 178, green value is 53 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b235ca hue: 0.81 , saturation: 0.58 and the lightness value of b235ca is 0.50.

The process color (four color CMYK) of #b235ca color hex is 0.12, 0.74, 0.00, 0.21. Web safe color of #b235ca is #9933cc. Color #b235ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110101 11001010
Octal 262 65 312
Decimal 178 53 202
Hex B2 35 CA

RGB Percentages of Color #b235ca

%41.11
%12.24
%46.65

CMYK Percentages of Color #b235ca

%12
%74
%0
%21

Triadic Colors of #b235ca

#b235ca #cab235 #35cab2

Analogous Colors of #b235ca

#b235ca #ca3598 #6835ca

Monochromatic Colors of #b235ca

#b235ca

Complementary Color

#b235ca #4dca35

#b235ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b235ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b235ca Color CSS Codes

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

#b235ca Text Font Color

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

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


#b235ca Background Color

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

This div background color is #b235ca


#b235ca Border Color

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

This div border color is #b235ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b235ca


Comments

No comments written yet.

Please login to write comment.