Color Hex Logo

#cb70d8 Color Hex

#CB70D8
(203,112,216)
0 Favorites   0 Comments

Color spaces of #cb70d8

RGB 203112216
HSL0.810.570.64
HSV293°48°85°
CMYK 0.060.480.00   0.15
XYZ42.817429.242768.3534
Yxy29.24270.30490.2083
Hunter Lab54.076546.7011-37.0897
CIE-Lab60.995251.4168-38.4994

#cb70d8 color RGB value is (203,112,216).

#cb70d8 hex color red value is 203, green value is 112 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #cb70d8 hue: 0.81 , saturation: 0.57 and the lightness value of cb70d8 is 0.64.

The process color (four color CMYK) of #cb70d8 color hex is 0.06, 0.48, 0.00, 0.15. Web safe color of #cb70d8 is #cc66cc. Color #cb70d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110000 11011000
Octal 313 160 330
Decimal 203 112 216
Hex CB 70 D8

RGB Percentages of Color #cb70d8

%38.23
%21.09
%40.68

CMYK Percentages of Color #cb70d8

%6
%48
%0
%15

Triadic Colors of #cb70d8

#cb70d8 #d8cb70 #70d8cb

Analogous Colors of #cb70d8

#cb70d8 #d870b1 #9770d8

Monochromatic Colors of #cb70d8

#cb70d8

Complementary Color

#cb70d8 #7dd870

#cb70d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb70d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb70d8 Color CSS Codes

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

#cb70d8 Text Font Color

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

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


#cb70d8 Background Color

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

This div background color is #cb70d8


#cb70d8 Border Color

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

This div border color is #cb70d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb70d8


Comments

No comments written yet.

Please login to write comment.