Color Hex Logo

#ca7be5 Color Hex

#CA7BE5
(202,123,229)
0 Favorites   0 Comments

Color spaces of #ca7be5

RGB 202123229
HSL0.790.670.69
HSV285°46°90°
CMYK 0.120.460.00   0.10
XYZ45.582932.379677.9761
Yxy32.37960.29230.2076
Hunter Lab56.903143.4092-41.4148
CIE-Lab63.655448.0311-41.5989

#ca7be5 color RGB value is (202,123,229).

#ca7be5 hex color red value is 202, green value is 123 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ca7be5 hue: 0.79 , saturation: 0.67 and the lightness value of ca7be5 is 0.69.

The process color (four color CMYK) of #ca7be5 color hex is 0.12, 0.46, 0.00, 0.10. Web safe color of #ca7be5 is #cc66cc. Color #ca7be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111011 11100101
Octal 312 173 345
Decimal 202 123 229
Hex CA 7B E5

RGB Percentages of Color #ca7be5

%36.46
%22.20
%41.34

CMYK Percentages of Color #ca7be5

%12
%46
%0
%10

Triadic Colors of #ca7be5

#ca7be5 #e5ca7b #7be5ca

Analogous Colors of #ca7be5

#ca7be5 #e57bcb #957be5

Monochromatic Colors of #ca7be5

#ca7be5

Complementary Color

#ca7be5 #96e57b

#ca7be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7be5 Color CSS Codes

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

#ca7be5 Text Font Color

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

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


#ca7be5 Background Color

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

This div background color is #ca7be5


#ca7be5 Border Color

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

This div border color is #ca7be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7be5


Comments

No comments written yet.

Please login to write comment.